Sends an N-CREATE-REQ to the SCP.
public void Create<TData>(
DicomScp Scp,
bool ignoreClass,
TData Data
)
Public Overloads Sub Create(Of TData)( _
ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal ignoreClass As Boolean, _
ByVal Data As TData _
)
public:
void Creategeneric<typename TData>
(
Leadtools.Dicom.Scu.DicomScp^ Scp,
bool ignoreClass,
_TData^_ Data
)
Scp
The peer connection to send the N-CREATE-REQ to.
ignoreClass
If set to true
ignores class defined in the InstanceAttribute of Data.
Data
The data to send in the N-CREATE-REQ.
TData
The type of the data.
This version of create allows you to create dataset with the class you are passing. However, it creates an undefined class if the ignoreClass parameter is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET